-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Remove Semantic Kernel references #51536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR removes references to Semantic Kernel from AI documentation and replaces them with Microsoft Agent Framework where applicable, contributing to issue #51515. The changes align with the goal of deprecating Semantic Kernel in favor of Agent Framework for new .NET AI applications.
Changes:
- Removed Semantic Kernel include files and references from quickstart documentation
- Added new code snippet demonstrating multi-turn chat using Agent Framework
- Updated conceptual documentation to replace Semantic Kernel references with Agent Framework
- Removed Semantic Kernel connector documentation for vector databases
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/ai/snippets/prompt-engineering/multi-turn-chat.csproj | New project file for Agent Framework multi-turn chat example |
| docs/ai/snippets/prompt-engineering/multi-turn-chat.cs | New code snippet demonstrating Agent Framework usage |
| docs/ai/quickstarts/prompt-model.md | Removed Semantic Kernel include reference |
| docs/ai/quickstarts/includes/semantic-kernel.md | Deleted Semantic Kernel informational include file |
| docs/ai/quickstarts/generate-images.md | Removed Semantic Kernel include reference |
| docs/ai/quickstarts/chat-local-model.md | Removed Semantic Kernel SDK reference from description |
| docs/ai/quickstarts/build-vector-search-app.md | Removed Semantic Kernel collaboration mention |
| docs/ai/quickstarts/build-chat-app.md | Removed Semantic Kernel include reference |
| docs/ai/overview.md | Removed Semantic Kernel from provider compatibility statement |
| docs/ai/index.yml | Reordered links and updated training references |
| docs/ai/includes/sk-connectors.md | Deleted Semantic Kernel vector database connectors documentation |
| docs/ai/get-started-app-chat-template.md | Replaced Semantic Kernel with Agent Framework in architecture description |
| docs/ai/dotnet-ai-ecosystem.md | Updated Semantic Kernel section to recommend Agent Framework for new apps |
| docs/ai/conceptual/vector-databases.md | Removed Semantic Kernel vector database solutions section |
| docs/ai/conceptual/understanding-tokens.md | Removed Semantic Kernel vector store connectors link |
| docs/ai/conceptual/understanding-openai-functions.md | Removed Semantic Kernel function calling section |
| docs/ai/conceptual/prompt-engineering-dotnet.md | Replaced Semantic Kernel references with Agent Framework |
| docs/ai/conceptual/embeddings.md | Updated to reference Agent Framework instead of Semantic Kernel |
| docs/ai/azure-ai-services-authentication.md | Updated authentication example to use Azure OpenAI instead of Semantic Kernel |
JeremyLikness
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Please do consider the comments I made around functions vs. tools and OpenAI vs. MEAI, (or MAF, for that matter, which would e fine, too) but that change could happen in a different wave. Thank you!!!
Contributes to #51515.
Internal previews
Toggle expand/collapse